home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / pslc100.zip / LF2CRLF.BAT < prev    next >
DOS Batch File  |  1995-11-07  |  662b  |  22 lines

  1.     @ECHO OFF
  2.  
  3.     POM LF2CRLF LF2CRLF.INP LF2CRLF.OUT
  4.     IF ERRORLEVEL 1 GOTO QUIT
  5.     CLS
  6.     IF EXIST LF2CRLF.OUT GOTO OKAY
  7.     ECHO The output file was not created.  A typical reason is that you have
  8.     ECHO not installed Parse-O-Matic, or have not placed it in your DOS PATH.
  9.     ECHO If you require assistance, send mail to pinnacl@cam.org, or phone
  10.     ECHO our voice support line at +1-514-345-9578.
  11.     GOTO DONE
  12.  
  13. :OKAY
  14.     ECHO You can view the output file (LF2CRLF.OUT) with a text viewer
  15.     ECHO program (such as Pinnacle Software's SEE program), or by loading
  16.     ECHO it into a generic text editor.
  17.  
  18. :DONE
  19.     ECHO  
  20.  
  21. :QUIT
  22.